SQL 错误消息: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'scm LIMIT 1' at line 1" SQL 语句: "SELECT `my_info`.`id` AS flea_pkref_id, `my_info`.* FROM `my_info` WHERE 2025092901307.scm LIMIT 1" SQL 错误代码: "7335941".

错误原因:

您看到这个错误页面是因为应用程序抛出了没有捕获的异常。

异常的详细内容: exception 'FLEA_Db_Exception_SqlQuery' with message 'SQL 错误消息: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'scm  LIMIT 1' at line 1"
SQL 语句: "SELECT  `my_info`.`id` AS flea_pkref_id, `my_info`.* FROM `my_info`  WHERE 2025092901307.scm  LIMIT 1"
SQL 错误代码: "7335941".' in /webHome/host7642531991/www/lib/FLEA/FLEA/Db/Driver/Mysql.php:126
Stack trace:
#0 /webHome/host7642531991/www/lib/FLEA/FLEA/Db/Driver/Mysql.php(187): FLEA_Db_Driver_Mysql->execute('SELECT  `my_inf...')
#1 /webHome/host7642531991/www/lib/FLEA/FLEA/Db/TableDataGateway.php(446): FLEA_Db_Driver_Mysql->selectLimit('SELECT  `my_inf...', 1, NULL)
#2 /webHome/host7642531991/www/lib/FLEA/FLEA/Db/TableDataGateway.php(400): FLEA_Db_TableDataGateway->findAll('2025092901307.s...', NULL, 1, '*', true)
#3 /webHome/host7642531991/www/app/controller/default.php(16): FLEA_Db_TableDataGateway->find('2025092901307.s...')
#4 /webHome/host7642531991/www/lib/FLEA/FLEA/Dispatcher/Simple.php(106): controller_default->controller_default('default')
#5 /webHome/host7642531991/www/lib/FLEA/FLEA/Dispatcher/Simple.php(77): FLEA_Dispatcher_Simple->_executeAction('default', 'index', 'controller_defa...')
#6 /webHome/host7642531991/www/lib/FLEA/FLEA.php(815): FLEA_Dispatcher_Simple->dispatching()
#7 /webHome/host7642531991/www/lib/FLEA/FLEA/Compatibility.php(263): FLEA::runMVC()
#8 /webHome/host7642531991/www/index.php(38): run()
#9 {main}

Exception: FLEA_Db_Exception_SqlQuery
Message: SQL 错误消息: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'scm LIMIT 1' at line 1" SQL 语句: "SELECT `my_info`.`id` AS flea_pkref_id, `my_info`.* FROM `my_info` WHERE 2025092901307.scm LIMIT 1" SQL 错误代码: "7335941".


Filename: /webHome/host7642531991/www/lib/FLEA/FLEA/Db/Driver/Mysql.php [187]
#9 FLEA_Db_Driver_Mysql::execute('SELECT `my_info`.`id` AS f ...')

Filename: /webHome/host7642531991/www/lib/FLEA/FLEA/Db/TableDataGateway.php [446]
#8 FLEA_Db_Driver_Mysql::selectLimit('SELECT `my_info`.`id` AS f ...', 1, )

Filename: /webHome/host7642531991/www/lib/FLEA/FLEA/Db/TableDataGateway.php [400]
#7 FLEA_Db_TableDataGateway::findAll('2025092901307.scm', , 1, '*', 1)

Filename: /webHome/host7642531991/www/app/controller/default.php [16]
#6 FLEA_Db_TableDataGateway::find('2025092901307.scm')

Filename: /webHome/host7642531991/www/lib/FLEA/FLEA/Dispatcher/Simple.php [106]
#5 controller_default::controller_default('default')

Filename: /webHome/host7642531991/www/lib/FLEA/FLEA/Dispatcher/Simple.php [77]
#4 FLEA_Dispatcher_Simple::_executeAction('default', 'index', 'controller_default')

Filename: /webHome/host7642531991/www/lib/FLEA/FLEA.php [815]
#3 FLEA_Dispatcher_Simple::dispatching()

Filename: /webHome/host7642531991/www/lib/FLEA/FLEA/Compatibility.php [263]
#2 FLEA::runMVC()

Filename: /webHome/host7642531991/www/index.php [38]
#1 run()